ClipBoard::CanPaste

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:18:04 1991
Index Return to Main Contents
 

NAME

ClipBoard::CanPaste - instance method  

TEMPLATE

canPasteData = bool CanPaste(View * view)  

SPECIFIERS

public  

DESCRIPTION

CanPaste is called by the method View::DoSetupMenu to find out whether the View can paste the data currently contained in this in order to setup the paste menu item. CanPaste passes the instvar type to the method View::CanPaste.  

ARGUMENTS

View * view

the View
that calls this method
 

RETURN ARGUMENT

bool canPasteData

indicates whether the view
can paste the data of this
 

CATEGORIES

client interface

 

FILES

implementation:
ClipBoard.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:31 GMT, March 30, 2022